@charset "UTF-8";
.news-top {
  padding: 0.5rem 0.1rem;
  font-size: 0.42rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #16528C;
  line-height: 0.87rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}

.notice-box-group {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.notice-box {
  width: 6.49rem;
  height: 4.7rem;
  background: #F7F9FA;
}

.notice-swiper {
  width: 100%;
  height: 3.7rem;
}

.notice-swiper .slide-img {
  width: 6.49rem;
  height: 3.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.notice-swiper .swiper-pagination {
  bottom: 0.15rem !important;
  right: 0.3rem !important;
  width: auto !important;
  left: unset;
}

.notice-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.26rem;
  height: 0.08rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
  opacity: 1;
  position: relative;
}

.notice-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 0.04rem;
  background: #C53D36;
}

.notice-swiper .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  -moz-transition: all 5s;
  transition: all 5s;
}

.notice-content {
  padding: 0.13rem 0.2rem;
}

.notice-content .title {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #1A1A1A;
  line-height: 0.32rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.notice-content .desc {
  /* margin-top: 0.08rem; */
  font-size: 0.14rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #666666;
  line-height: 0.21rem;
  word-break: break-all;
  height: 0.42rem;
  overflow: hidden;
}

.notice-box-group .news-right {
  margin-left: 0.1rem;
  max-width: 5.21rem;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.banner-sm {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.2rem 0.1rem;
}

.banner-sm .img {
  width: 2.87rem;
  height: 0.7rem;
  display: block;
}

.news-box {
  width: 100%;
}

.news-box .head {
  width: 100%;
  height: 0.4rem;
  background: #D3F1FF;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-box .head .title {
  padding: 0 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #0755AA;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 0.2rem;
}

.news-box .head .more {
  font-size: 0.14rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #16528C;
  display: inline-block;
  position: relative;
  padding-right: 0.26rem;
  cursor: pointer;
}

.news-box .head .more::after {
  content: "";
  position: absolute;
  right: 0.12rem;
  top: 50%;
  margin-top: -0.05rem;
  width: 0.07rem;
  height: 0.11rem;
  background: url(../../resources/common/arrow-right.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.news-box .body {
  padding: 0.15rem 0.2rem;
  background: #F7F9FA;
  height: 1.9rem;
}

.news-box .body .li {
  height: 0.32rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-box .body .li .title {
  font-size: 0.16rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #333333;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 0.1rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.news-box .body .li .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.09rem;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background: #A3A3A3;
}

.news-box .body .li .time {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #666;
  display: inline-block;
  width: 0.88rem;
  text-align: right;
}

.news-box .body .li:hover .title,
.news-box .body .li:hover .time {
  color: #16528C;
}

.news-box .body .li:hover .title::before {
  background: #16528C;
}

.news-box .cover {
  width: 100%;
  margin-top: 0.1rem;
  height: 1.91rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.news-box .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-box .cover .abg{
  width: 100%;
  height: 100%;
  display: block;
}
.news-box .cover .bg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box .cover:hover .bg {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.news-box .cover:hover::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
}

.news-box .cover .title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  -pie-background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 0.51rem;
  line-height: 0.51rem;
  font-size: 0.16rem;
  padding: 0 0.2rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.news-box-group {
  /* display: flex; */
  /* justify-content: space-between; */
  padding-left: 0.05rem;
  padding-right: 0.05rem;
}

.news-box-group .news-box {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
  float: left;
  margin-top: 0.2rem;
  background: #F7F9FA;
}

.news-box-group .news-box:first-child,
.news-box-group .news-box:nth-child(2),
.news-box-group .news-box:nth-child(3) {
  margin-top: 0;
}

.news-box-group .news-box.col4 {
  width: -webkit-calc(33.3333% - 0.1rem);
  width: -moz-calc(33.3333% - 0.1rem);
  width: calc(33.3333% - 0.1rem);
}

.news-box-group .news-box.col6 {
  width: -webkit-calc(50% - 0.1rem);
  width: -moz-calc(50% - 0.1rem);
  width: calc(50% - 0.1rem);
}

.bszn .img-group {
  /* margin-top: 0.03rem; */
}

.bszn .img-group a {
  width: 49.4%;
  margin-left: 0.6%;
  margin-right: 0.6%;
  float: left;
  display: block;
  margin-top: 0.03rem;
}

.bszn .img-group a:nth-child(2n) {
  margin-left: 0;
}

.bszn .img-group a:nth-child(2n+1) {
  margin-right: 0;
}

.bszn .img-group a:first-child {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.bszn .img-group .img {
  width: 100%;
  height: 1.23rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.bszn a:first-child .img {
  height: 1.3rem;
}

.news-box .head2 {
  background: #16528C;
  background: -webkit-linear-gradient(left, #16528C 0%, #428FD9 100%);
  background: -moz-linear-gradient(left, #16528C 0%, #428FD9 100%);
  background: -o-linear-gradient(left, #16528C 0%, #428FD9 100%);
  background: linear-gradient(90deg, #16528C 0%, #428FD9 100%);
  background: -webkit-linear-gradient(90deg, #16528C 0%, #428FD9 100%);
  background: -moz-linear-gradient(90deg, #16528C 0%, #428FD9 100%);
  background: -o-linear-gradient(90deg, #16528C 0%, #428FD9 100%);
  background: linear-gradient(90deg, #16528C 0%, #428FD9 100%);
  -pie-background: linear-gradient(90deg, #16528C 0%, #428FD9 100%);
}

.news-box .head2 .title {
  background: none;
}

.news-box .head2 .more {
  color: #fff;
}

.news-box .head2 .more::after {
  background: url(../../resources/common/arrow-right-w.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.person-container {
  margin-top: 0.2rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.person-box {
  padding: 0.2rem 0.6rem 0.4rem 0.6rem;
  position: relative;
}

.person-swiper .swiper-slide {
  background: #FFFFFF;
}

.person-swiper .swiper-slide a {
  display: block;
  padding: 0.08rem 0.06rem 0 0.06rem;
}

.person-swiper .slide-img {
  height: 1.83rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.person-swiper .swiper-slide .title {
  font-size: 0.16rem;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #333333;
  line-height: 0.44rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.person-box .btn-prev {
  position: absolute;
  left: 0.15rem;
  top: 1.2rem;
}

.person-box .btn-next {
  position: absolute;
  right: 0.15rem;
  top: 1.2rem;
}

.links-container {
  margin-top: 0.2rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

.links-box {
  height: 1rem;
  background: #DCF1FF;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.25rem;
}

.links-box .icon {
  width: 0.32rem;
  height: 0.32rem;
}

.links-box .title {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #16528C;
  margin-left: 0.1rem;
  margin-right: 0.2rem;
}

.links-box .selects {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.links-box .selects select {
  width: 24%;
  height: 0.6rem;
  background: #FFF;
  border-radius: 0.04rem;
  padding: 0 0.16rem;
  font-size: 0.18rem;
  color: #333333;
  font-family: Source Han Sans CN;
  font-weight: 400;
  border: 0;
}

.hei-foot {
  display: block;
  width: 100%;
  height: 0.2rem;
}

.thematicLink {
  position: fixed;
  right: 0;
  bottom: 0.2rem;
  width: 2.1rem;
  height: 2.1rem;
  z-index: 1002;
  -webkit-transition: width linear 0.5s, height linear 0.5s;
  -o-transition: width linear 0.5s, height linear 0.5s;
  -moz-transition: width linear 0.5s, height linear 0.5s;
  transition: width linear 0.5s, height linear 0.5s;
}

.thematicLink .advert-box {
  position: relative;
}

.thematicLink .advert {
  width: 100%;
  height: auto;
}

.thematicLink .t-close {
  position: absolute;
  padding: 0.08rem;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.thematicLink .t-close img {
  width: 0.16rem;
}

.thematicLink .t-close:hover {
  background: rgba(0, 0, 0, 0.2);
}

.toHide {
  position: fixed !important;
  /*动态*/
  width: 40px !important;
  height: 20px !important;
  left: auto !important;
  /*动态*/
  top: auto !important;
  /*动态*/
  right: 0;
  /*动态*/
  bottom: 20px;
  /*动态*/
  background: #0053dc;
  border: 1px solid #0053dc;
  border-right: none;
  border-radius: 10px 0 0 10px;
  -webkit-transition: width linear 0.3s;
  -o-transition: width linear 0.3s;
  -moz-transition: width linear 0.3s;
  transition: width linear 0.3s;
}

.toHide .t-close {
  color: transparent;
}

.toHide::before {
  content: "";
  background: url(../../resources/common/arrow-left2.png) center center no-repeat;
  -o-background-size: contain;
     background-size: contain;
  height: 18px;
  width: 30px;
  position: absolute;
  color: #0053dc;
}

.toHide img {
  display: none;
}

.toHide .t-close {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) !important;
}

.advs {
  width: 1200px;
  margin: 0.1rem auto;
  cursor: pointer;
}

.advs img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .news-top {
    padding: 0.25rem 0;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .advs {
    width: 100%;
    margin: 0.1rem auto;
  }
  .advs img {
    width: 100%;
  }
  .notice-box-group {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .notice-box {
    width: 100%;
    height: auto;
  }
  .notice-swiper {
    height: 1.85rem;
  }
  .notice-swiper .slide-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .notice-swiper .swiper-pagination {
    bottom: 0.08rem !important;
    right: 0.12rem !important;
  }
  .notice-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.05rem;
  }
  .notice-content {
    padding: 0.14rem 0.12rem;
  }
  .notice-content .title {
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .notice-content .desc {
    margin-top: 0.08rem;
    font-size: 0.12rem;
    line-height: 1.2;
    height: 0.3rem;
  }
  .notice-box-group .news-right {
    margin-left: 0;
    width: auto;
  }
  .notice-box-group .news-right .news-box {
    margin-top: 0.05rem;
  }
  .news-box .head {
    height: 0.25rem;
  }
  .news-box .head .title {
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.14rem;
    padding: 0 0.1rem;
  }
  .news-box .head .more {
    font-size: 0.1rem;
    padding-right: 0.16rem;
    margin-top: 0.03rem;
  }
  .news-box .head .more::after {
    width: 0.035rem;
    height: 0.055rem;
    margin-top: -0.031rem;
    right: 0.08rem;
  }
  .news-box .body {
    padding: 0.12rem;
    height: auto;
  }
  .news-box .body .li {
    height: 0.24rem;
  }
  .news-box .body .li .title {
    font-size: 0.13rem;
  }
  .news-box .body .li .title::before {
    top: 0.08rem;
    width: 0.02rem;
    height: 0.02rem;
  }
  .news-box .body .li .time {
    font-size: 0.12rem;
    width: 0.76rem;
  }
  .banner-sm {
    display: flex;
    flex-wrap: wrap;
    padding: 0.25rem 0;
    font-size: 0;
    gap:1%;
    justify-content:unset
  }
    .banner-sm::after{
      display: none;
    }
    .banner-sm::before{
      display: none;
    }
   .banner-sm>a{
    display: block;
    width: 49.5%;
   }
  .banner-sm .img {
    width: 100%;
    height: 0.38rem;
    display: block;
    margin-top: 0.05rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-sm a:nth-child(2n) .img {
    margin-left: 0;
  }
  .banner-sm a:first-child .img,
  .banner-sm a:nth-child(2) .img {
    margin-top: 0;
  }
  .news-box-group {
    /* display: flex; */
    /* justify-content: space-between; */
    padding-left: 0;
    padding-right: 0;
  }
  .news-box-group .news-box {
    margin-left: 0;
    margin-right: 0;
    float: left;
    margin-top: 0.1rem;
    background: #F7F9FA;
  }
  .news-box-group .news-box:nth-child(2n+1) {
    margin-left: 0.04rem;
  }
  .news-box-group .news-box:first-child {
    margin-left: 0;
  }
  .news-box-group .news-box:nth-child(2) {
    margin-left: 0.04rem;
  }
  .news-box-group .news-box:first-child,
  .news-box-group .news-box:nth-child(2) {
    margin-top: 0;
  }
  .news-box-group .news-box:nth-child(3) {
    margin-top: 0.1rem;
    margin-left: 0;
  }
  .news-box-group .news-box.col4,
  .news-box-group .news-box.col6 {
    width: -webkit-calc(50% - 0.02rem);
    width: -moz-calc(50% - 0.02rem);
    width: calc(50% - 0.02rem);
  }
  .news-box-group .news-box .body {
    display: none;
  }
  .news-box-group .news-box .head {
    height: 0.24rem;
  }
  .news-box-group .news-box .head .title {
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.12rem;
    padding: 0 0.06rem;
  }
  .news-box .cover {
    margin-top: 0.05rem;
    height: 0.84rem;
  }
  .news-box .cover .title {
    font-size: 0.12rem;
    height: 0.22rem;
    line-height: 0.22rem;
    padding: 0 0.1rem;
  }
  .news-box-group .bszn-box {
    width: 100% !important;
    margin-left: 0;
  }
  .bszn .img-group {
    /* margin-top: 0.03rem; */
  }
  .bszn .img-group a {
    width: 32.4%;
    margin-left: 1.4%;
    margin-right: 0;
    float: left;
    display: block;
    margin-top: 0.05rem;
  }
  .bszn .img-group a:nth-child(2) {
    margin-top: 0;
    margin-left: 1.4%;
  }
  .bszn .img-group a:nth-child(3) {
    margin-left: 0;
  }
  .bszn .img-group a:nth-child(4) {
    margin-left: 1.4%;
  }
  .bszn .img-group a:first-child {
    width: 66.2%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .bszn .img-group .img {
    width: 100%;
    height: 0.63rem;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bszn a:first-child .img {
    height: 0.63rem;
  }
  .person-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.25rem;
  }
  .person-container .news-box .head {
    height: 0.24rem;
  }
  .person-container .news-box .head .title {
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.13rem;
    padding: 0 0.08rem;
  }
  .person-box {
    padding: 0.1rem 0;
  }
  .person-box .btn-prev,
  .person-box .btn-next {
    display: none;
  }
  .person-swiper .swiper-slide a {
    display: block;
    padding: 0;
  }
  .person-swiper .slide-img {
    height: 0.92rem;
  }
  .person-swiper .swiper-slide .title {
    font-size: 0.12rem;
    line-height: 2;
  }
  .links-container {
    margin-top: 0.16rem;
    padding-left: 0;
    padding-right: 0;
  }
  .links-box {
    height: auto;
    padding: 0.1rem 0.125rem;
  }
  .links-box .icon {
    width: 0.16rem;
    height: 0.16rem;
  }
  .links-box .title {
    width: 0.26rem;
    font-size: 0.12rem;
    margin-left: 0.06rem;
    margin-right: 0.16rem;
  }
  .links-box .selects {
    /* flex-wrap: wrap; */
    display: block;
  }
  .links-box .selects select {
    width: 48.7%;
    float: left;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.12rem;
    margin-left: 2.6%;
    margin-top: 0.06rem;
    padding: 0 0.06rem;
  }
  .links-box .selects select:nth-child(2n+1) {
    margin-left: 0;
  }
  .links-box .selects select:nth-child(1),
  .links-box .selects select:nth-child(2) {
    margin-top: 0;
  }
  .hei-foot {
    display: block;
    width: 100%;
    height: 0.25rem;
  }
  .thematicLink {
    width: 1.5rem;
    height: 1.5rem;
  }
  .thematicLink .t-close img {
    width: 0.14rem;
  }
}